home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Shareware / Programare / golden / goldensetup57420.exe / {app} / Golden32.exe / 0 / RCDATA / TSQLERRORDLG / TSQLERRORDLG.txt
Encoding:
Text File  |  2004-03-08  |  1.9 KB  |  95 lines

  1. object SQLErrorDlg: TSQLErrorDlg
  2.   Left = 282
  3.   Top = 186
  4.   ActiveControl = ContinueButton
  5.   BorderStyle = bsDialog
  6.   Caption = 'SQL Error'
  7.   ClientHeight = 240
  8.   ClientWidth = 419
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Panel1: TPanel
  19.     Left = 0
  20.     Top = 0
  21.     Width = 419
  22.     Height = 167
  23.     Align = alClient
  24.     BevelOuter = bvNone
  25.     BorderWidth = 5
  26.     TabOrder = 0
  27.     object errorText: TMemo
  28.       Left = 5
  29.       Top = 5
  30.       Width = 409
  31.       Height = 157
  32.       Align = alClient
  33.       ScrollBars = ssBoth
  34.       TabOrder = 0
  35.       WantReturns = False
  36.       WordWrap = False
  37.     end
  38.   end
  39.   object Panel2: TPanel
  40.     Left = 0
  41.     Top = 167
  42.     Width = 419
  43.     Height = 73
  44.     Align = alBottom
  45.     BevelOuter = bvNone
  46.     TabOrder = 1
  47.     object RzSeparator1: TRzSeparator
  48.       Left = 6
  49.       Top = 29
  50.       Width = 407
  51.       Height = 4
  52.       HighlightLocation = hlUpperLeft
  53.       ShowGradient = True
  54.       Color = clBtnFace
  55.       ParentColor = False
  56.     end
  57.     object StopButton: TRzButton
  58.       Left = 6
  59.       Top = 38
  60.       Hint = 'Stop running the script'
  61.       Cancel = True
  62.       ModalResult = 2
  63.       Caption = '&Stop'
  64.       HotTrack = True
  65.       TabOrder = 2
  66.     end
  67.     object ContinueButton: TRzButton
  68.       Left = 91
  69.       Top = 38
  70.       Hint = 'Continue running the script'
  71.       Default = True
  72.       ModalResult = 1
  73.       Caption = '&Continue'
  74.       HotTrack = True
  75.       TabOrder = 3
  76.     end
  77.     object IgnoreThisError: TCheckBox
  78.       Left = 7
  79.       Top = 1
  80.       Width = 179
  81.       Height = 20
  82.       Caption = 'Ignore this error (for current run)'
  83.       TabOrder = 0
  84.     end
  85.     object IgnoreAllErrors: TCheckBox
  86.       Left = 184
  87.       Top = 1
  88.       Width = 200
  89.       Height = 20
  90.       Caption = 'Ignore all errors (for current run)'
  91.       TabOrder = 1
  92.     end
  93.   end
  94. end
  95.